projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce29d9
)
Remove trivial duplication in epg-config
author
Glenn Morris
<rgm@gnu.org>
Sun, 12 Mar 2017 01:22:56 +0000
(17:22 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 12 Mar 2017 01:22:56 +0000
(17:22 -0800)
* lisp/epg-config.el (epg-config--program-alist):
Use epg-gpg-minimum-version.
lisp/epg-config.el
patch
|
blob
|
history
diff --git
a/lisp/epg-config.el
b/lisp/epg-config.el
index 611f984106daa838fd8bdc57ce0c93d265e47e2f..7b963add881b310a95261dd941d127a6e7586ed2 100644
(file)
--- a/
lisp/epg-config.el
+++ b/
lisp/epg-config.el
@@
-83,9
+83,9
@@
Note that the buffer name starts with a space."
(defconst epg-gpg-minimum-version "1.4.3")
(defconst epg-config--program-alist
-
'
((OpenPGP
+
`
((OpenPGP
epg-gpg-program
- ("gpg2" . "2.1.6") ("gpg" .
"1.4.3"
))
+ ("gpg2" . "2.1.6") ("gpg" .
,epg-gpg-minimum-version
))
(CMS
epg-gpgsm-program
("gpgsm" . "2.0.4")))